home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / PopOver.v1.5 / ExampleScripts / popOver.simple.script < prev   
Text File  |  1996-03-25  |  329b  |  18 lines

  1. #!/bin/sh
  2. #
  3. # Example script for retrieving mail with PopOver.
  4. # To use it, place this script in a directory which is in your
  5. # path (e.g., /usr/local/bin).
  6. #
  7. # popOver must also be in a location which is in your path.
  8.  
  9. # Bring the PPP connection up
  10. pppup
  11.  
  12. # Retrieve the mail
  13. popOver
  14.  
  15. # Bring the PPP connection down
  16. pppdown
  17.